Click or drag to resize

ResourceMove Method (String, String, Boolean)

Moves a specified source resource to a destination resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Move(
	string source,
	string destination,
	bool overwrite
)

Parameters

source
Type: SystemString
The URI of the resource to move.
destination
Type: SystemString
The URI of the destination.
overwrite
Type: SystemBoolean
True to allow an existing resource to be overwritten; otherwise, false.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also